openmeter 1.0.0b93__tar.gz → 1.0.0b94__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of openmeter might be problematic. Click here for more details.

Files changed (21) hide show
  1. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/PKG-INFO +1 -1
  2. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/pyproject.toml +1 -1
  3. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/_operations/_operations.py +21 -75
  4. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/aio/_operations/_operations.py +21 -75
  5. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/README.md +0 -0
  6. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/__init__.py +0 -0
  7. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/_client.py +0 -0
  8. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/_configuration.py +0 -0
  9. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/_operations/__init__.py +0 -0
  10. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/_operations/_patch.py +0 -0
  11. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/_patch.py +0 -0
  12. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/_serialization.py +0 -0
  13. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/_vendor.py +0 -0
  14. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/aio/__init__.py +0 -0
  15. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/aio/_client.py +0 -0
  16. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/aio/_configuration.py +0 -0
  17. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/aio/_operations/__init__.py +0 -0
  18. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/aio/_operations/_patch.py +0 -0
  19. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/aio/_patch.py +0 -0
  20. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/aio/_vendor.py +0 -0
  21. {openmeter-1.0.0b93 → openmeter-1.0.0b94}/src/openmeter/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openmeter
3
- Version: 1.0.0b93
3
+ Version: 1.0.0b94
4
4
  Summary: Client for OpenMeter: Real-Time and Scalable Usage Metering
5
5
  Home-page: https://openmeter.io
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "openmeter"
3
- version = "v1.0.0-beta.93"
3
+ version = "v1.0.0-beta.94"
4
4
  description = "Client for OpenMeter: Real-Time and Scalable Usage Metering"
5
5
  authors = ["Andras Toth <4157749+tothandras@users.noreply.github.com>"]
6
6
  license = "Apache-2.0"
@@ -3173,8 +3173,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3173
3173
  "YEAR".
3174
3174
  },
3175
3175
  "id": "str", # Readonly unique ULID identifier. Required.
3176
- "subjectKey": "str", # The subject that is granted the entitlement.
3177
- Required.
3178
3176
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource
3179
3177
  was last updated. Required.
3180
3178
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date
@@ -3202,16 +3200,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3202
3200
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to
3203
3201
  base the recurring period on. Required.
3204
3202
  "interval": "str" # List of pre-defined periods that can be
3205
- used for recurring & scheduling. DAILY: Every day MONDAY:
3206
- Every Monday ======================== TUESDAY: Every Tuesday
3207
- ========================= WEDNESDAY: Every Wednesday
3208
- =========================== THURSDAY: Every Thursday
3209
- ========================== FRIDAY: Every Friday
3210
- ======================== SATURDAY: Every Saturday
3211
- ========================== SUNDAY: Every Sunday
3212
- ======================== WEEKLY: Every week MONTHLY: Every month
3213
- YEARLY: Every year BILLING: Every billing cycle. Required. Known
3214
- values are: "DAILY", "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3203
+ used for recurring & scheduling. DAY: Every day WEEK: Every
3204
+ week MONTH: Every month YEAR: Every year. Required. Known values
3205
+ are: "DAY", "WEEK", "MONTH", and "YEAR".
3215
3206
  },
3216
3207
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the
3217
3208
  grant was voided (cannot be used after that).
@@ -3770,8 +3761,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3770
3761
  "YEAR".
3771
3762
  },
3772
3763
  "id": "str", # Readonly unique ULID identifier. Required.
3773
- "subjectKey": "str", # The subject that is granted the entitlement.
3774
- Required.
3775
3764
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource
3776
3765
  was last updated. Required.
3777
3766
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date
@@ -3799,16 +3788,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3799
3788
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to
3800
3789
  base the recurring period on. Required.
3801
3790
  "interval": "str" # List of pre-defined periods that can be
3802
- used for recurring & scheduling. DAILY: Every day MONDAY:
3803
- Every Monday ======================== TUESDAY: Every Tuesday
3804
- ========================= WEDNESDAY: Every Wednesday
3805
- =========================== THURSDAY: Every Thursday
3806
- ========================== FRIDAY: Every Friday
3807
- ======================== SATURDAY: Every Saturday
3808
- ========================== SUNDAY: Every Sunday
3809
- ======================== WEEKLY: Every week MONTHLY: Every month
3810
- YEARLY: Every year BILLING: Every billing cycle. Required. Known
3811
- values are: "DAILY", "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3791
+ used for recurring & scheduling. DAY: Every day WEEK: Every
3792
+ week MONTH: Every month YEAR: Every year. Required. Known values
3793
+ are: "DAY", "WEEK", "MONTH", and "YEAR".
3812
3794
  },
3813
3795
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the
3814
3796
  grant was voided (cannot be used after that).
@@ -3923,15 +3905,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3923
3905
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3924
3906
  recurring period on. Required.
3925
3907
  "interval": "str" # List of pre-defined periods that can be used for
3926
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3927
- ======================== TUESDAY: Every Tuesday =========================
3928
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3929
- Thursday ========================== FRIDAY: Every Friday
3930
- ======================== SATURDAY: Every Saturday
3931
- ========================== SUNDAY: Every Sunday ========================
3932
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3933
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3934
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3908
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3909
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3910
+ "MONTH", and "YEAR".
3935
3911
  }
3936
3912
  }
3937
3913
 
@@ -3952,8 +3928,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3952
3928
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
3953
3929
  },
3954
3930
  "id": "str", # Readonly unique ULID identifier. Required.
3955
- "subjectKey": "str", # The subject that is granted the entitlement.
3956
- Required.
3957
3931
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
3958
3932
  last updated. Required.
3959
3933
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -3981,15 +3955,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3981
3955
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3982
3956
  recurring period on. Required.
3983
3957
  "interval": "str" # List of pre-defined periods that can be used for
3984
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3985
- ======================== TUESDAY: Every Tuesday =========================
3986
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3987
- Thursday ========================== FRIDAY: Every Friday
3988
- ======================== SATURDAY: Every Saturday
3989
- ========================== SUNDAY: Every Sunday ========================
3990
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3991
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3992
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3958
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3959
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3960
+ "MONTH", and "YEAR".
3993
3961
  },
3994
3962
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
3995
3963
  was voided (cannot be used after that).
@@ -4044,8 +4012,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
4044
4012
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
4045
4013
  },
4046
4014
  "id": "str", # Readonly unique ULID identifier. Required.
4047
- "subjectKey": "str", # The subject that is granted the entitlement.
4048
- Required.
4049
4015
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
4050
4016
  last updated. Required.
4051
4017
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -4073,15 +4039,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
4073
4039
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
4074
4040
  recurring period on. Required.
4075
4041
  "interval": "str" # List of pre-defined periods that can be used for
4076
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
4077
- ======================== TUESDAY: Every Tuesday =========================
4078
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
4079
- Thursday ========================== FRIDAY: Every Friday
4080
- ======================== SATURDAY: Every Saturday
4081
- ========================== SUNDAY: Every Sunday ========================
4082
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
4083
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
4084
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
4042
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
4043
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
4044
+ "MONTH", and "YEAR".
4085
4045
  },
4086
4046
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
4087
4047
  was voided (cannot be used after that).
@@ -4141,15 +4101,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
4141
4101
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
4142
4102
  recurring period on. Required.
4143
4103
  "interval": "str" # List of pre-defined periods that can be used for
4144
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
4145
- ======================== TUESDAY: Every Tuesday =========================
4146
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
4147
- Thursday ========================== FRIDAY: Every Friday
4148
- ======================== SATURDAY: Every Saturday
4149
- ========================== SUNDAY: Every Sunday ========================
4150
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
4151
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
4152
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
4104
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
4105
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
4106
+ "MONTH", and "YEAR".
4153
4107
  }
4154
4108
  }
4155
4109
 
@@ -4170,8 +4124,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
4170
4124
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
4171
4125
  },
4172
4126
  "id": "str", # Readonly unique ULID identifier. Required.
4173
- "subjectKey": "str", # The subject that is granted the entitlement.
4174
- Required.
4175
4127
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
4176
4128
  last updated. Required.
4177
4129
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -4199,15 +4151,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
4199
4151
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
4200
4152
  recurring period on. Required.
4201
4153
  "interval": "str" # List of pre-defined periods that can be used for
4202
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
4203
- ======================== TUESDAY: Every Tuesday =========================
4204
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
4205
- Thursday ========================== FRIDAY: Every Friday
4206
- ======================== SATURDAY: Every Saturday
4207
- ========================== SUNDAY: Every Sunday ========================
4208
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
4209
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
4210
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
4154
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
4155
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
4156
+ "MONTH", and "YEAR".
4211
4157
  },
4212
4158
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
4213
4159
  was voided (cannot be used after that).
@@ -2472,8 +2472,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
2472
2472
  "YEAR".
2473
2473
  },
2474
2474
  "id": "str", # Readonly unique ULID identifier. Required.
2475
- "subjectKey": "str", # The subject that is granted the entitlement.
2476
- Required.
2477
2475
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource
2478
2476
  was last updated. Required.
2479
2477
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date
@@ -2501,16 +2499,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
2501
2499
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to
2502
2500
  base the recurring period on. Required.
2503
2501
  "interval": "str" # List of pre-defined periods that can be
2504
- used for recurring & scheduling. DAILY: Every day MONDAY:
2505
- Every Monday ======================== TUESDAY: Every Tuesday
2506
- ========================= WEDNESDAY: Every Wednesday
2507
- =========================== THURSDAY: Every Thursday
2508
- ========================== FRIDAY: Every Friday
2509
- ======================== SATURDAY: Every Saturday
2510
- ========================== SUNDAY: Every Sunday
2511
- ======================== WEEKLY: Every week MONTHLY: Every month
2512
- YEARLY: Every year BILLING: Every billing cycle. Required. Known
2513
- values are: "DAILY", "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
2502
+ used for recurring & scheduling. DAY: Every day WEEK: Every
2503
+ week MONTH: Every month YEAR: Every year. Required. Known values
2504
+ are: "DAY", "WEEK", "MONTH", and "YEAR".
2514
2505
  },
2515
2506
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the
2516
2507
  grant was voided (cannot be used after that).
@@ -3069,8 +3060,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3069
3060
  "YEAR".
3070
3061
  },
3071
3062
  "id": "str", # Readonly unique ULID identifier. Required.
3072
- "subjectKey": "str", # The subject that is granted the entitlement.
3073
- Required.
3074
3063
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource
3075
3064
  was last updated. Required.
3076
3065
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date
@@ -3098,16 +3087,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3098
3087
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to
3099
3088
  base the recurring period on. Required.
3100
3089
  "interval": "str" # List of pre-defined periods that can be
3101
- used for recurring & scheduling. DAILY: Every day MONDAY:
3102
- Every Monday ======================== TUESDAY: Every Tuesday
3103
- ========================= WEDNESDAY: Every Wednesday
3104
- =========================== THURSDAY: Every Thursday
3105
- ========================== FRIDAY: Every Friday
3106
- ======================== SATURDAY: Every Saturday
3107
- ========================== SUNDAY: Every Sunday
3108
- ======================== WEEKLY: Every week MONTHLY: Every month
3109
- YEARLY: Every year BILLING: Every billing cycle. Required. Known
3110
- values are: "DAILY", "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3090
+ used for recurring & scheduling. DAY: Every day WEEK: Every
3091
+ week MONTH: Every month YEAR: Every year. Required. Known values
3092
+ are: "DAY", "WEEK", "MONTH", and "YEAR".
3111
3093
  },
3112
3094
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the
3113
3095
  grant was voided (cannot be used after that).
@@ -3222,15 +3204,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3222
3204
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3223
3205
  recurring period on. Required.
3224
3206
  "interval": "str" # List of pre-defined periods that can be used for
3225
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3226
- ======================== TUESDAY: Every Tuesday =========================
3227
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3228
- Thursday ========================== FRIDAY: Every Friday
3229
- ======================== SATURDAY: Every Saturday
3230
- ========================== SUNDAY: Every Sunday ========================
3231
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3232
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3233
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3207
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3208
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3209
+ "MONTH", and "YEAR".
3234
3210
  }
3235
3211
  }
3236
3212
 
@@ -3251,8 +3227,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3251
3227
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
3252
3228
  },
3253
3229
  "id": "str", # Readonly unique ULID identifier. Required.
3254
- "subjectKey": "str", # The subject that is granted the entitlement.
3255
- Required.
3256
3230
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
3257
3231
  last updated. Required.
3258
3232
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -3280,15 +3254,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3280
3254
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3281
3255
  recurring period on. Required.
3282
3256
  "interval": "str" # List of pre-defined periods that can be used for
3283
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3284
- ======================== TUESDAY: Every Tuesday =========================
3285
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3286
- Thursday ========================== FRIDAY: Every Friday
3287
- ======================== SATURDAY: Every Saturday
3288
- ========================== SUNDAY: Every Sunday ========================
3289
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3290
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3291
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3257
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3258
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3259
+ "MONTH", and "YEAR".
3292
3260
  },
3293
3261
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
3294
3262
  was voided (cannot be used after that).
@@ -3343,8 +3311,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3343
3311
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
3344
3312
  },
3345
3313
  "id": "str", # Readonly unique ULID identifier. Required.
3346
- "subjectKey": "str", # The subject that is granted the entitlement.
3347
- Required.
3348
3314
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
3349
3315
  last updated. Required.
3350
3316
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -3372,15 +3338,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3372
3338
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3373
3339
  recurring period on. Required.
3374
3340
  "interval": "str" # List of pre-defined periods that can be used for
3375
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3376
- ======================== TUESDAY: Every Tuesday =========================
3377
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3378
- Thursday ========================== FRIDAY: Every Friday
3379
- ======================== SATURDAY: Every Saturday
3380
- ========================== SUNDAY: Every Sunday ========================
3381
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3382
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3383
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3341
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3342
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3343
+ "MONTH", and "YEAR".
3384
3344
  },
3385
3345
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
3386
3346
  was voided (cannot be used after that).
@@ -3440,15 +3400,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3440
3400
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3441
3401
  recurring period on. Required.
3442
3402
  "interval": "str" # List of pre-defined periods that can be used for
3443
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3444
- ======================== TUESDAY: Every Tuesday =========================
3445
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3446
- Thursday ========================== FRIDAY: Every Friday
3447
- ======================== SATURDAY: Every Saturday
3448
- ========================== SUNDAY: Every Sunday ========================
3449
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3450
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3451
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3403
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3404
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3405
+ "MONTH", and "YEAR".
3452
3406
  }
3453
3407
  }
3454
3408
 
@@ -3469,8 +3423,6 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3469
3423
  Required. Known values are: "HOUR", "DAY", "WEEK", "MONTH", and "YEAR".
3470
3424
  },
3471
3425
  "id": "str", # Readonly unique ULID identifier. Required.
3472
- "subjectKey": "str", # The subject that is granted the entitlement.
3473
- Required.
3474
3426
  "updatedAt": "2020-02-20 00:00:00", # The date and time the resource was
3475
3427
  last updated. Required.
3476
3428
  "expiresAt": "2020-02-20 00:00:00", # Optional. The expiration date of the
@@ -3498,15 +3450,9 @@ class ClientOperationsMixin(ClientMixinABC): # pylint: disable=too-many-public-
3498
3450
  "anchor": "2020-02-20 00:00:00", # An arbitrary anchor to base the
3499
3451
  recurring period on. Required.
3500
3452
  "interval": "str" # List of pre-defined periods that can be used for
3501
- recurring & scheduling. DAILY: Every day MONDAY: Every Monday
3502
- ======================== TUESDAY: Every Tuesday =========================
3503
- WEDNESDAY: Every Wednesday =========================== THURSDAY: Every
3504
- Thursday ========================== FRIDAY: Every Friday
3505
- ======================== SATURDAY: Every Saturday
3506
- ========================== SUNDAY: Every Sunday ========================
3507
- WEEKLY: Every week MONTHLY: Every month YEARLY: Every year
3508
- BILLING: Every billing cycle. Required. Known values are: "DAILY",
3509
- "WEEKLY", "MONTHLY", "YEARLY", and "BILLING".
3453
+ recurring & scheduling. DAY: Every day WEEK: Every week MONTH:
3454
+ Every month YEAR: Every year. Required. Known values are: "DAY", "WEEK",
3455
+ "MONTH", and "YEAR".
3510
3456
  },
3511
3457
  "voidedAt": "2020-02-20 00:00:00" # Optional. The date and time the grant
3512
3458
  was voided (cannot be used after that).
File without changes